home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16391 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1005 b 

  1. Path: news.urz.uni-heidelberg.de!usenet
  2. From: pstarzet@ix.urz.uni-heidelberg.de (Paul Starzetz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Recommend a good advanced C++ book?
  5. Date: 10 Apr 1996 17:22:24 GMT
  6. Organization: University of Heidelberg, Germany
  7. Distribution: world
  8. Message-ID: <4kgqog$5hp@sun0.urz.uni-heidelberg.de>
  9. References: <4ke3cu$fdv@news.onramp.net>
  10. Reply-To: pstarzet@ix.urz.uni-heidelberg.de
  11. NNTP-Posting-Host: aixterm7.urz.uni-heidelberg.de
  12.  
  13. The STL is not a 'legal' part of the C++ language (except for streams, I think) , so it is not very likely that you find a book for both C++ and the STL. A great book about the LANGUAGE is the 'C++ bible' from the originator of C++ Bjarne Strostroup. Don't forget, that STL was written in C++! For me I have the Watcom's STL online documentation, and I think STL cannot be called 'standard', because it varies from compiler to compiler! (e.g. under Watcom I haven't found any (Binary)Tree-Classes, but Borland has one..., so, what is the STL?) 
  14.  
  15.  
  16.